home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
-
- case `/usr/bin/X11/xconfirm -t "This hotmix uses a special version of showcase." \
- -t "You will need to install one file on your system to" \
- -t "run the hotmix on this system. " \
- -t " " -t "Install file?" -b No -B Yes`
- in
- Yes) $HOTMIXDIR/bin/Install_sclib
- exit 0;;
- No) exit 1;;
- esac
-